IRxPropertyEventArgs interface¶
Defined in
Namespace: ReactiveMarbles.Mvvm
Assembly: ReactiveMarbles.Mvvm.dll
Full name: ReactiveMarbles.Mvvm.IRxPropertyEventArgs<T>
Modifiers: public abstract
Summary¶
Interface representing property changing and changed event arguments.
Applies to
net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.0
Properties¶
| Name | Summary |
|---|---|
| PropertyName | Gets the property name that changed. |
| Sender | Gets the sender that changed. |